3.114 \(\int \frac{\cot (c+d x)}{\sqrt{a+i a \tan (c+d x)}} \, dx\)

Optimal. Leaf size=99 \[ \frac{1}{d \sqrt{a+i a \tan (c+d x)}}-\frac{2 \tanh ^{-1}\left (\frac{\sqrt{a+i a \tan (c+d x)}}{\sqrt{a}}\right )}{\sqrt{a} d}+\frac{\tanh ^{-1}\left (\frac{\sqrt{a+i a \tan (c+d x)}}{\sqrt{2} \sqrt{a}}\right )}{\sqrt{2} \sqrt{a} d} \]

[Out]

(-2*ArcTanh[Sqrt[a + I*a*Tan[c + d*x]]/Sqrt[a]])/(Sqrt[a]*d) + ArcTanh[Sqrt[a + I*a*Tan[c + d*x]]/(Sqrt[2]*Sqr
t[a])]/(Sqrt[2]*Sqrt[a]*d) + 1/(d*Sqrt[a + I*a*Tan[c + d*x]])

________________________________________________________________________________________

Rubi [A]  time = 0.265406, antiderivative size = 99, normalized size of antiderivative = 1., number of steps used = 7, number of rules used = 7, integrand size = 24, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.292, Rules used = {3559, 3600, 3480, 206, 3599, 63, 208} \[ \frac{1}{d \sqrt{a+i a \tan (c+d x)}}-\frac{2 \tanh ^{-1}\left (\frac{\sqrt{a+i a \tan (c+d x)}}{\sqrt{a}}\right )}{\sqrt{a} d}+\frac{\tanh ^{-1}\left (\frac{\sqrt{a+i a \tan (c+d x)}}{\sqrt{2} \sqrt{a}}\right )}{\sqrt{2} \sqrt{a} d} \]

Antiderivative was successfully verified.

[In]

Int[Cot[c + d*x]/Sqrt[a + I*a*Tan[c + d*x]],x]

[Out]

(-2*ArcTanh[Sqrt[a + I*a*Tan[c + d*x]]/Sqrt[a]])/(Sqrt[a]*d) + ArcTanh[Sqrt[a + I*a*Tan[c + d*x]]/(Sqrt[2]*Sqr
t[a])]/(Sqrt[2]*Sqrt[a]*d) + 1/(d*Sqrt[a + I*a*Tan[c + d*x]])

Rule 3559

Int[((a_) + (b_.)*tan[(e_.) + (f_.)*(x_)])^(m_)*((c_.) + (d_.)*tan[(e_.) + (f_.)*(x_)])^(n_), x_Symbol] :> Sim
p[(a*(a + b*Tan[e + f*x])^m*(c + d*Tan[e + f*x])^(n + 1))/(2*f*m*(b*c - a*d)), x] + Dist[1/(2*a*m*(b*c - a*d))
, Int[(a + b*Tan[e + f*x])^(m + 1)*(c + d*Tan[e + f*x])^n*Simp[b*c*m - a*d*(2*m + n + 1) + b*d*(m + n + 1)*Tan
[e + f*x], x], x], x] /; FreeQ[{a, b, c, d, e, f, n}, x] && NeQ[b*c - a*d, 0] && EqQ[a^2 + b^2, 0] && NeQ[c^2
+ d^2, 0] && LtQ[m, 0] && (IntegerQ[m] || IntegersQ[2*m, 2*n])

Rule 3600

Int[(((a_) + (b_.)*tan[(e_.) + (f_.)*(x_)])^(m_)*((A_.) + (B_.)*tan[(e_.) + (f_.)*(x_)]))/((c_.) + (d_.)*tan[(
e_.) + (f_.)*(x_)]), x_Symbol] :> Dist[(A*b + a*B)/(b*c + a*d), Int[(a + b*Tan[e + f*x])^m, x], x] - Dist[(B*c
 - A*d)/(b*c + a*d), Int[((a + b*Tan[e + f*x])^m*(a - b*Tan[e + f*x]))/(c + d*Tan[e + f*x]), x], x] /; FreeQ[{
a, b, c, d, e, f, A, B, m}, x] && NeQ[b*c - a*d, 0] && EqQ[a^2 + b^2, 0] && NeQ[A*b + a*B, 0]

Rule 3480

Int[Sqrt[(a_) + (b_.)*tan[(c_.) + (d_.)*(x_)]], x_Symbol] :> Dist[(-2*b)/d, Subst[Int[1/(2*a - x^2), x], x, Sq
rt[a + b*Tan[c + d*x]]], x] /; FreeQ[{a, b, c, d}, x] && EqQ[a^2 + b^2, 0]

Rule 206

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(1*ArcTanh[(Rt[-b, 2]*x)/Rt[a, 2]])/(Rt[a, 2]*Rt[-b, 2]), x]
 /; FreeQ[{a, b}, x] && NegQ[a/b] && (GtQ[a, 0] || LtQ[b, 0])

Rule 3599

Int[((a_) + (b_.)*tan[(e_.) + (f_.)*(x_)])^(m_)*((A_.) + (B_.)*tan[(e_.) + (f_.)*(x_)])*((c_.) + (d_.)*tan[(e_
.) + (f_.)*(x_)])^(n_), x_Symbol] :> Dist[(b*B)/f, Subst[Int[(a + b*x)^(m - 1)*(c + d*x)^n, x], x, Tan[e + f*x
]], x] /; FreeQ[{a, b, c, d, e, f, A, B, m, n}, x] && NeQ[b*c - a*d, 0] && EqQ[a^2 + b^2, 0] && EqQ[A*b + a*B,
 0]

Rule 63

Int[((a_.) + (b_.)*(x_))^(m_)*((c_.) + (d_.)*(x_))^(n_), x_Symbol] :> With[{p = Denominator[m]}, Dist[p/b, Sub
st[Int[x^(p*(m + 1) - 1)*(c - (a*d)/b + (d*x^p)/b)^n, x], x, (a + b*x)^(1/p)], x]] /; FreeQ[{a, b, c, d}, x] &
& NeQ[b*c - a*d, 0] && LtQ[-1, m, 0] && LeQ[-1, n, 0] && LeQ[Denominator[n], Denominator[m]] && IntLinearQ[a,
b, c, d, m, n, x]

Rule 208

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(Rt[-(a/b), 2]*ArcTanh[x/Rt[-(a/b), 2]])/a, x] /; FreeQ[{a,
b}, x] && NegQ[a/b]

Rubi steps

\begin{align*} \int \frac{\cot (c+d x)}{\sqrt{a+i a \tan (c+d x)}} \, dx &=\frac{1}{d \sqrt{a+i a \tan (c+d x)}}+\frac{\int \cot (c+d x) \left (a-\frac{1}{2} i a \tan (c+d x)\right ) \sqrt{a+i a \tan (c+d x)} \, dx}{a^2}\\ &=\frac{1}{d \sqrt{a+i a \tan (c+d x)}}+\frac{\int \cot (c+d x) (a-i a \tan (c+d x)) \sqrt{a+i a \tan (c+d x)} \, dx}{a^2}+\frac{i \int \sqrt{a+i a \tan (c+d x)} \, dx}{2 a}\\ &=\frac{1}{d \sqrt{a+i a \tan (c+d x)}}+\frac{\operatorname{Subst}\left (\int \frac{1}{x \sqrt{a+i a x}} \, dx,x,\tan (c+d x)\right )}{d}+\frac{\operatorname{Subst}\left (\int \frac{1}{2 a-x^2} \, dx,x,\sqrt{a+i a \tan (c+d x)}\right )}{d}\\ &=\frac{\tanh ^{-1}\left (\frac{\sqrt{a+i a \tan (c+d x)}}{\sqrt{2} \sqrt{a}}\right )}{\sqrt{2} \sqrt{a} d}+\frac{1}{d \sqrt{a+i a \tan (c+d x)}}-\frac{(2 i) \operatorname{Subst}\left (\int \frac{1}{i-\frac{i x^2}{a}} \, dx,x,\sqrt{a+i a \tan (c+d x)}\right )}{a d}\\ &=-\frac{2 \tanh ^{-1}\left (\frac{\sqrt{a+i a \tan (c+d x)}}{\sqrt{a}}\right )}{\sqrt{a} d}+\frac{\tanh ^{-1}\left (\frac{\sqrt{a+i a \tan (c+d x)}}{\sqrt{2} \sqrt{a}}\right )}{\sqrt{2} \sqrt{a} d}+\frac{1}{d \sqrt{a+i a \tan (c+d x)}}\\ \end{align*}

Mathematica [A]  time = 1.03547, size = 133, normalized size = 1.34 \[ \frac{\sqrt{1+e^{2 i (c+d x)}}+e^{i (c+d x)} \sinh ^{-1}\left (e^{i (c+d x)}\right )-2 \sqrt{2} e^{i (c+d x)} \tanh ^{-1}\left (\frac{\sqrt{2} e^{i (c+d x)}}{\sqrt{1+e^{2 i (c+d x)}}}\right )}{d \sqrt{1+e^{2 i (c+d x)}} \sqrt{a+i a \tan (c+d x)}} \]

Antiderivative was successfully verified.

[In]

Integrate[Cot[c + d*x]/Sqrt[a + I*a*Tan[c + d*x]],x]

[Out]

(Sqrt[1 + E^((2*I)*(c + d*x))] + E^(I*(c + d*x))*ArcSinh[E^(I*(c + d*x))] - 2*Sqrt[2]*E^(I*(c + d*x))*ArcTanh[
(Sqrt[2]*E^(I*(c + d*x)))/Sqrt[1 + E^((2*I)*(c + d*x))]])/(d*Sqrt[1 + E^((2*I)*(c + d*x))]*Sqrt[a + I*a*Tan[c
+ d*x]])

________________________________________________________________________________________

Maple [B]  time = 0.373, size = 676, normalized size = 6.8 \begin{align*} \text{result too large to display} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(cot(d*x+c)/(a+I*a*tan(d*x+c))^(1/2),x)

[Out]

1/4/d/a*(a*(I*sin(d*x+c)+cos(d*x+c))/cos(d*x+c))^(1/2)*(I*2^(1/2)*(-2*cos(d*x+c)/(cos(d*x+c)+1))^(1/2)*arctan(
1/2*2^(1/2)*(I*cos(d*x+c)-I-sin(d*x+c))/sin(d*x+c)/(-2*cos(d*x+c)/(cos(d*x+c)+1))^(1/2))*sin(d*x+c)-2*I*(-2*co
s(d*x+c)/(cos(d*x+c)+1))^(1/2)*ln(((-2*cos(d*x+c)/(cos(d*x+c)+1))^(1/2)*sin(d*x+c)-cos(d*x+c)+1)/sin(d*x+c))*c
os(d*x+c)+2*I*(-2*cos(d*x+c)/(cos(d*x+c)+1))^(1/2)*arctan(1/(-2*cos(d*x+c)/(cos(d*x+c)+1))^(1/2))*sin(d*x+c)-2
^(1/2)*(-2*cos(d*x+c)/(cos(d*x+c)+1))^(1/2)*arctan(1/2*2^(1/2)*(I*cos(d*x+c)-I-sin(d*x+c))/sin(d*x+c)/(-2*cos(
d*x+c)/(cos(d*x+c)+1))^(1/2))*cos(d*x+c)-2*I*(-2*cos(d*x+c)/(cos(d*x+c)+1))^(1/2)*ln(((-2*cos(d*x+c)/(cos(d*x+
c)+1))^(1/2)*sin(d*x+c)-cos(d*x+c)+1)/sin(d*x+c))-4*I*cos(d*x+c)*sin(d*x+c)-2^(1/2)*(-2*cos(d*x+c)/(cos(d*x+c)
+1))^(1/2)*arctan(1/2*2^(1/2)*(I*cos(d*x+c)-I-sin(d*x+c))/sin(d*x+c)/(-2*cos(d*x+c)/(cos(d*x+c)+1))^(1/2))-2*l
n(((-2*cos(d*x+c)/(cos(d*x+c)+1))^(1/2)*sin(d*x+c)-cos(d*x+c)+1)/sin(d*x+c))*(-2*cos(d*x+c)/(cos(d*x+c)+1))^(1
/2)*sin(d*x+c)-2*(-2*cos(d*x+c)/(cos(d*x+c)+1))^(1/2)*arctan(1/(-2*cos(d*x+c)/(cos(d*x+c)+1))^(1/2))*cos(d*x+c
)-2*(-2*cos(d*x+c)/(cos(d*x+c)+1))^(1/2)*arctan(1/(-2*cos(d*x+c)/(cos(d*x+c)+1))^(1/2))+4*cos(d*x+c)^2)

________________________________________________________________________________________

Maxima [F(-2)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Exception raised: ValueError} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cot(d*x+c)/(a+I*a*tan(d*x+c))^(1/2),x, algorithm="maxima")

[Out]

Exception raised: ValueError

________________________________________________________________________________________

Fricas [F(-2)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Exception raised: UnboundLocalError} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cot(d*x+c)/(a+I*a*tan(d*x+c))^(1/2),x, algorithm="fricas")

[Out]

Exception raised: UnboundLocalError

________________________________________________________________________________________

Sympy [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{\cot{\left (c + d x \right )}}{\sqrt{a \left (i \tan{\left (c + d x \right )} + 1\right )}}\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cot(d*x+c)/(a+I*a*tan(d*x+c))**(1/2),x)

[Out]

Integral(cot(c + d*x)/sqrt(a*(I*tan(c + d*x) + 1)), x)

________________________________________________________________________________________

Giac [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{\cot \left (d x + c\right )}{\sqrt{i \, a \tan \left (d x + c\right ) + a}}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cot(d*x+c)/(a+I*a*tan(d*x+c))^(1/2),x, algorithm="giac")

[Out]

integrate(cot(d*x + c)/sqrt(I*a*tan(d*x + c) + a), x)